3.3.24 \(\int \frac {(e \sec (c+d x))^{9/2}}{a+i a \tan (c+d x)} \, dx\) [224]

Optimal. Leaf size=105 \[ \frac {2 e^4 \sqrt {\cos (c+d x)} F\left (\left .\frac {1}{2} (c+d x)\right |2\right ) \sqrt {e \sec (c+d x)}}{3 a d}-\frac {2 i e^2 (e \sec (c+d x))^{5/2}}{5 a d}+\frac {2 e^3 (e \sec (c+d x))^{3/2} \sin (c+d x)}{3 a d} \]

[Out]

-2/5*I*e^2*(e*sec(d*x+c))^(5/2)/a/d+2/3*e^3*(e*sec(d*x+c))^(3/2)*sin(d*x+c)/a/d+2/3*e^4*(cos(1/2*d*x+1/2*c)^2)
^(1/2)/cos(1/2*d*x+1/2*c)*EllipticF(sin(1/2*d*x+1/2*c),2^(1/2))*cos(d*x+c)^(1/2)*(e*sec(d*x+c))^(1/2)/a/d

________________________________________________________________________________________

Rubi [A]
time = 0.07, antiderivative size = 105, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 28, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.143, Rules used = {3582, 3853, 3856, 2720} \begin {gather*} \frac {2 e^4 \sqrt {\cos (c+d x)} F\left (\left .\frac {1}{2} (c+d x)\right |2\right ) \sqrt {e \sec (c+d x)}}{3 a d}+\frac {2 e^3 \sin (c+d x) (e \sec (c+d x))^{3/2}}{3 a d}-\frac {2 i e^2 (e \sec (c+d x))^{5/2}}{5 a d} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(e*Sec[c + d*x])^(9/2)/(a + I*a*Tan[c + d*x]),x]

[Out]

(2*e^4*Sqrt[Cos[c + d*x]]*EllipticF[(c + d*x)/2, 2]*Sqrt[e*Sec[c + d*x]])/(3*a*d) - (((2*I)/5)*e^2*(e*Sec[c +
d*x])^(5/2))/(a*d) + (2*e^3*(e*Sec[c + d*x])^(3/2)*Sin[c + d*x])/(3*a*d)

Rule 2720

Int[1/Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2/d)*EllipticF[(1/2)*(c - Pi/2 + d*x), 2], x] /; FreeQ
[{c, d}, x]

Rule 3582

Int[((d_.)*sec[(e_.) + (f_.)*(x_)])^(m_.)*((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Simp[d^2*(
d*Sec[e + f*x])^(m - 2)*((a + b*Tan[e + f*x])^(n + 1)/(b*f*(m + n - 1))), x] + Dist[d^2*((m - 2)/(a*(m + n - 1
))), Int[(d*Sec[e + f*x])^(m - 2)*(a + b*Tan[e + f*x])^(n + 1), x], x] /; FreeQ[{a, b, d, e, f}, x] && EqQ[a^2
 + b^2, 0] && LtQ[n, 0] && GtQ[m, 1] &&  !ILtQ[m + n, 0] && NeQ[m + n - 1, 0] && IntegersQ[2*m, 2*n]

Rule 3853

Int[(csc[(c_.) + (d_.)*(x_)]*(b_.))^(n_), x_Symbol] :> Simp[(-b)*Cos[c + d*x]*((b*Csc[c + d*x])^(n - 1)/(d*(n
- 1))), x] + Dist[b^2*((n - 2)/(n - 1)), Int[(b*Csc[c + d*x])^(n - 2), x], x] /; FreeQ[{b, c, d}, x] && GtQ[n,
 1] && IntegerQ[2*n]

Rule 3856

Int[(csc[(c_.) + (d_.)*(x_)]*(b_.))^(n_), x_Symbol] :> Dist[(b*Csc[c + d*x])^n*Sin[c + d*x]^n, Int[1/Sin[c + d
*x]^n, x], x] /; FreeQ[{b, c, d}, x] && EqQ[n^2, 1/4]

Rubi steps

\begin {align*} \int \frac {(e \sec (c+d x))^{9/2}}{a+i a \tan (c+d x)} \, dx &=-\frac {2 i e^2 (e \sec (c+d x))^{5/2}}{5 a d}+\frac {e^2 \int (e \sec (c+d x))^{5/2} \, dx}{a}\\ &=-\frac {2 i e^2 (e \sec (c+d x))^{5/2}}{5 a d}+\frac {2 e^3 (e \sec (c+d x))^{3/2} \sin (c+d x)}{3 a d}+\frac {e^4 \int \sqrt {e \sec (c+d x)} \, dx}{3 a}\\ &=-\frac {2 i e^2 (e \sec (c+d x))^{5/2}}{5 a d}+\frac {2 e^3 (e \sec (c+d x))^{3/2} \sin (c+d x)}{3 a d}+\frac {\left (e^4 \sqrt {\cos (c+d x)} \sqrt {e \sec (c+d x)}\right ) \int \frac {1}{\sqrt {\cos (c+d x)}} \, dx}{3 a}\\ &=\frac {2 e^4 \sqrt {\cos (c+d x)} F\left (\left .\frac {1}{2} (c+d x)\right |2\right ) \sqrt {e \sec (c+d x)}}{3 a d}-\frac {2 i e^2 (e \sec (c+d x))^{5/2}}{5 a d}+\frac {2 e^3 (e \sec (c+d x))^{3/2} \sin (c+d x)}{3 a d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.64, size = 62, normalized size = 0.59 \begin {gather*} \frac {e^2 (e \sec (c+d x))^{5/2} \left (-6 i+10 \cos ^{\frac {5}{2}}(c+d x) F\left (\left .\frac {1}{2} (c+d x)\right |2\right )+5 \sin (2 (c+d x))\right )}{15 a d} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(e*Sec[c + d*x])^(9/2)/(a + I*a*Tan[c + d*x]),x]

[Out]

(e^2*(e*Sec[c + d*x])^(5/2)*(-6*I + 10*Cos[c + d*x]^(5/2)*EllipticF[(c + d*x)/2, 2] + 5*Sin[2*(c + d*x)]))/(15
*a*d)

________________________________________________________________________________________

Maple [A]
time = 0.65, size = 202, normalized size = 1.92

method result size
default \(\frac {2 \left (1+\cos \left (d x +c \right )\right )^{2} \left (-1+\cos \left (d x +c \right )\right )^{2} \left (5 i \sqrt {\frac {1}{1+\cos \left (d x +c \right )}}\, \sqrt {\frac {\cos \left (d x +c \right )}{1+\cos \left (d x +c \right )}}\, \EllipticF \left (\frac {i \left (-1+\cos \left (d x +c \right )\right )}{\sin \left (d x +c \right )}, i\right ) \left (\cos ^{3}\left (d x +c \right )\right )+5 i \sqrt {\frac {1}{1+\cos \left (d x +c \right )}}\, \sqrt {\frac {\cos \left (d x +c \right )}{1+\cos \left (d x +c \right )}}\, \EllipticF \left (\frac {i \left (-1+\cos \left (d x +c \right )\right )}{\sin \left (d x +c \right )}, i\right ) \left (\cos ^{2}\left (d x +c \right )\right )+5 \sin \left (d x +c \right ) \cos \left (d x +c \right )-3 i\right ) \left (\frac {e}{\cos \left (d x +c \right )}\right )^{\frac {9}{2}} \left (\cos ^{2}\left (d x +c \right )\right )}{15 a d \sin \left (d x +c \right )^{4}}\) \(202\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((e*sec(d*x+c))^(9/2)/(a+I*a*tan(d*x+c)),x,method=_RETURNVERBOSE)

[Out]

2/15/a/d*(1+cos(d*x+c))^2*(-1+cos(d*x+c))^2*(5*I*(1/(1+cos(d*x+c)))^(1/2)*(cos(d*x+c)/(1+cos(d*x+c)))^(1/2)*El
lipticF(I*(-1+cos(d*x+c))/sin(d*x+c),I)*cos(d*x+c)^3+5*I*(1/(1+cos(d*x+c)))^(1/2)*(cos(d*x+c)/(1+cos(d*x+c)))^
(1/2)*EllipticF(I*(-1+cos(d*x+c))/sin(d*x+c),I)*cos(d*x+c)^2+5*sin(d*x+c)*cos(d*x+c)-3*I)*(e/cos(d*x+c))^(9/2)
*cos(d*x+c)^2/sin(d*x+c)^4

________________________________________________________________________________________

Maxima [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: RuntimeError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*sec(d*x+c))^(9/2)/(a+I*a*tan(d*x+c)),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: THROW: The catch RAT-ERR is undefined.

________________________________________________________________________________________

Fricas [C] Result contains higher order function than in optimal. Order 9 vs. order 4.
time = 0.10, size = 141, normalized size = 1.34 \begin {gather*} -\frac {2 \, {\left (\frac {\sqrt {2} {\left (-5 i \, e^{\frac {9}{2}} + 5 i \, e^{\left (4 i \, d x + 4 i \, c + \frac {9}{2}\right )} + 12 i \, e^{\left (2 i \, d x + 2 i \, c + \frac {9}{2}\right )}\right )} e^{\left (\frac {1}{2} i \, d x + \frac {1}{2} i \, c\right )}}{\sqrt {e^{\left (2 i \, d x + 2 i \, c\right )} + 1}} + 5 \, {\left (i \, \sqrt {2} e^{\frac {9}{2}} + i \, \sqrt {2} e^{\left (4 i \, d x + 4 i \, c + \frac {9}{2}\right )} + 2 i \, \sqrt {2} e^{\left (2 i \, d x + 2 i \, c + \frac {9}{2}\right )}\right )} {\rm weierstrassPInverse}\left (-4, 0, e^{\left (i \, d x + i \, c\right )}\right )\right )}}{15 \, {\left (a d e^{\left (4 i \, d x + 4 i \, c\right )} + 2 \, a d e^{\left (2 i \, d x + 2 i \, c\right )} + a d\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*sec(d*x+c))^(9/2)/(a+I*a*tan(d*x+c)),x, algorithm="fricas")

[Out]

-2/15*(sqrt(2)*(-5*I*e^(9/2) + 5*I*e^(4*I*d*x + 4*I*c + 9/2) + 12*I*e^(2*I*d*x + 2*I*c + 9/2))*e^(1/2*I*d*x +
1/2*I*c)/sqrt(e^(2*I*d*x + 2*I*c) + 1) + 5*(I*sqrt(2)*e^(9/2) + I*sqrt(2)*e^(4*I*d*x + 4*I*c + 9/2) + 2*I*sqrt
(2)*e^(2*I*d*x + 2*I*c + 9/2))*weierstrassPInverse(-4, 0, e^(I*d*x + I*c)))/(a*d*e^(4*I*d*x + 4*I*c) + 2*a*d*e
^(2*I*d*x + 2*I*c) + a*d)

________________________________________________________________________________________

Sympy [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: SystemError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*sec(d*x+c))**(9/2)/(a+I*a*tan(d*x+c)),x)

[Out]

Exception raised: SystemError >> excessive stack use: stack is 7317 deep

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*sec(d*x+c))^(9/2)/(a+I*a*tan(d*x+c)),x, algorithm="giac")

[Out]

integrate(e^(9/2)*sec(d*x + c)^(9/2)/(I*a*tan(d*x + c) + a), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {{\left (\frac {e}{\cos \left (c+d\,x\right )}\right )}^{9/2}}{a+a\,\mathrm {tan}\left (c+d\,x\right )\,1{}\mathrm {i}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((e/cos(c + d*x))^(9/2)/(a + a*tan(c + d*x)*1i),x)

[Out]

int((e/cos(c + d*x))^(9/2)/(a + a*tan(c + d*x)*1i), x)

________________________________________________________________________________________